html{
        font-size: 0.7rem;
    }

.lang-en {
  display: none;
}

.nav-container {
  padding: 0 20px;
}

@media (min-width: 576px) {
    html{
        font-size: 1rem !important;
    }

    #navbarNav {
        top: 80.63337px !important;
    }

  .image-section {
    background-position: 220% 53% !important;
    background-size: 75% !important;
  }

  .image-section-with-points {
    background-position: -163% -8% !important;
    background-size: 75% !important;
  }

  .nav-container {
    padding: 0 30px;
  }

}
@media (min-width: 768px) {
  .image-section {
    background-position: 192% 77% !important;
    background-size: 70%, 70% !important;
  }

  .image-section-with-points {
    background-position: -120% -20% !important;
    background-size: 70% !important;
  }

}
@media (min-width: 1200px) {
  .lang-nav-item {
    margin-left: 0 !important;
    margin-top: 0px !important;
  }

  .image-section {
    background-position: 170% 130% !important;
    background-size: 65% !important;
  }

  .image-section-with-points {
    background-position: -100% -24% !important;
    background-size: 65% !important;
  }

  #navbarNav {
    position: inherit !important;
    background-color: inherit !important;
    padding: inherit !important;
    right: inherit !important;
    box-shadow: inherit !important;
    font-size: inherit !important;
  }

}
@media (min-width: 1200px) {
  .image-section {
    background-position: 154% 86% !important;
    background-size: 60% !important;
  }

  .image-section-with-points {
    background-position: -70% -32% !important;
    background-size: 60% !important;
  }
    .supr-headline {
      font-size: 5em;
      font-weight:600;
      letter-spacing:-.040em;
      line-height:0.97;
  }

  .supr-content {
      font-size: 1.2rem;
      font-weight:400;
  }
}
@media (min-width: 1400px) {
  .lang-nav-item {
    margin-left: 1rem !important;
    margin-top: 0px !important;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

@media (max-width: 576px) {
  .lang-nav-item {
    margin-left: 2.50353741rem !important;
    margin-top: 0px !important;
  }

  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}


html {
  letter-spacing: 0.03rem;
}

html, body {
  margin: 0;
  height: 100%;
  width: 100%;
}

header.main {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.image-section {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 225% 128%;
  background-size: 80%;
  background-attachment: fixed;
}

.image-section-with-points {
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: -148% -10%;
  background-size: 80%;
  background-attachment: fixed;
}

footer {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.css-image-icon {
  height: 40px;
  width: 40px;
}

.css-image-icon-circle {
  border: 1px solid #3e3e3d;
  border-radius: 40px;
  min-height: 68px;
  min-width: 68px;
  max-height: 68px;
  max-width: 68px;
}

.navbar .logo {
  height: 40px;
}

#navbarNav {
  top: 68.4667px;
  padding: 1.5rem;
  right: 0;
  background-color: #ffffff;
  -webkit-transition: ease 0.3s;
  transition: ease 0.3s;
  font-size: 1.3rem; 
}
@media (max-width: 576px) {
  #navbarNav {
    top: 68.4667px;
    right: 0;
    background-color: #ffffff;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    font-size: 2rem; 
    width: 100vw;    
    height: 100vh;
  }
}

@media (max-width: 576px) {
.main-navbar-nav a{
        font-size: 2.4rem !important;
    }
}

@media(min-width: 600px) {
    #navbarNav {
        padding-left: 50px;
    }
}

@media(max-width: 992px) {
    .collapse:not(.show) {
        /*display: block !important;*/
        z-index: -1 !important;
        visibility: hidden;
    }
}

#navbarNav > ul.navbar-nav > li {
  padding: 5px 10px;
}

.navbar-shrink {
  -webkit-transition: ease-out 0.2s;
  transition: ease-out 0.2s;
  background-color: #fff !important;
}

.navbar-light .navbar-toggler .css-navbar-icon {
  border-color: #1A191A;
}

.navbar-light .navbar-toggler .css-navbar-icon::before {
  border-color: #1A191A;
}

.css-navbar-icon {
  position: relative;
  padding-left: 1.25em;
  height: 1rem;
  width: 2.5rem;
  border-top: 0.125rem solid #000;
  border-bottom: 0.125rem solid #000;
  display: inline-block;
}

.css-navbar-icon::before {
  content: "";
  position: absolute;
  left: 0;
  height: 0.36rem;
  width: 2.5rem;
  border-bottom: 0.125rem solid #000;
  box-sizing: unset;
}

@media(min-width: 576px) {
  .css-navbar-icon::before {
    height: 0.32rem;
  }
}

.css-main-text {
    font-size: 1.437rem;
    max-width: 1300px;
}



.css-fixed-footer-text-width {
  min-width: 160px;
  max-width: 160px;
}

a, a:hover {
    text-decoration: none;
}

a.text-dark:hover, a.text-white:hover {
    color: #d2006e !important;
}

.supr-headline {
      font-size: 4rem;
      font-weight:600;
      letter-spacing:-.040em;
      line-height:0.97;  
}

.supr-content {
      font-size: 1.4rem;
      font-weight:400;
}


.supr-fl-bg {
    background-color: #f6f5f7;
}

.supr-ye-bg {
    background-color: #fcfbf3;
}

.supr-gr-bg {
    background-color: #f7faf6;
}

.supr-ff-bg {
    background-color: #fff;
}

.supr-bl-bg {
    background-color: #000;
}

.supr-au-bg {
    background-color: #3d475b;
}




.css-font-aw-size {
  font-size: 180%;
}

.flip-cards-body-bg {
  background-color: #333A4B;
}


/* ---------------------------------------------------- */
/* --------------------- Forms ------------------------ */
/* ---------------------------------------------------- */

label {
  display: inline-block;
  margin-bottom: .5rem !important;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"], select{
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1 rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 0.8rem;
}

button[type="submit"] {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 0 solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.35;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #1e6eb4;
  border-color: #1e6eb4;
}

@media(max-width: 576px){
  button[type="submit"] {
  font-size: 1.5rem;
  }
}

label.ho-check-label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

label.ho-check-label > input.ho-check-input {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
  margin: 5px 5px 0 0;
}

label.ho-check-label > div {
  -ms-flex: 0 0 95%;
  flex: 0 0 95%;
  max-width: 95%;
}

.ho-login-button, .ho-password-forgot-button {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem !important;
  display: block !important;
}

@media(min-width: 768px) {
  .flush-headline {
    margin-top: -18px;
  }
}

.compare h3 {
  min-height: 47px;
}

@media(min-width: 576px) {
  .compare h3 {
    min-height: 67px;
  }
}

.big-top-space {
  padding-top: 130px;
}

.headline-cont {
  min-height: 350px;
}

.sections-body {
  margin-top: 40px;
}

.mini-showcase {
  padding: 90px 0;
}

.bg-light-gray {
  background-color: #F6F5F7 !important;
}

.ac-sections-body {
  margin-top: 80px;
}

@media(min-width: 992px) {
  .ac-sections-body {
    margin-top: 90px;
  }
}

.ac-sections-body h1, .ac-sections-body h2, .ac-sections-body h3,
.ac-sections-body h4, .ac-sections-body h5, .ac-sections-body h6,
.ac-sections-body .h1, .ac-sections-body .h2, .ac-sections-body .h3,
.ac-sections-body .h4, .ac-sections-body .h5, .ac-sections-body .h6
{
  font-weight: 400;
}


.nav-item > ul {
  list-style: none;
}

.ac-jump-anchor {
  padding-top: 80px;
}

@media(min-width: 768px) {
  .ac-menu {
    position: fixed;
    width: 170px;
  }

  .ac-jump-anchor {
    padding-top: 90px;
  }
}

@media(min-width: 992px) {
  .ac-menu {
    width: 230px;
  }
}

@media(min-width: 1200px) {
  .ac-menu {
    width: 280px;
  }
}

.features-card-link {
  position: absolute;
  bottom: 20px;
}


.back-to-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.back-to-top-btn, .back-to-top-btn a, .back-to-top-btn i, .back-to-top-btn svg {
  width: 40px;
  height: 40px;
  display: block;
}

.back-to-top-btn svg {
  width: 40px !important;
}

@media(min-width: 768px) {
  .back-to-top-btn a{
    display: none;
  }
}

@media(max-width: 576px) {
.dropdown-item {
  width: auto;
  font-size: 2rem;
  }
}

.dropdown-item {
  width: auto;
}

.dropdown-menu {
  padding-left: 1.7rem;
  padding-right: 1rem;
}
@media(min-width: 1200px) {
  .dropdown-menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}


.has-children:hover > .dropdown-menu, .dropdown-menu:hover {
  display: block;
}

@media(min-width: 576px) {
  .mini-showcase p {
    font-size: 1.3em;
  }
}

/* ---------------------------------------------------- */
/* --------------------- Blogs ------------------------ */
/* ---------------------------------------------------- */

.blog {
  font-size: 1.3rem;
}

.blog.intro {
  font-weight: 500;
}

.blog.intro a{
  color: #3c3c3c;
  text-decoration: underline;
}

.points-symbol {
  width: 260px;
}

.blog.points .points-list {
  list-style: none;
  counter-reset: custom-counter;
}

.blog.points .points-list li {
  margin-top: 1.8777rem;
  margin-bottom: 1.8777rem;
  font-size: 1.3rem;
  counter-increment: custom-counter;
  position: relative;
}

.blog.points .points-list li::before {
  content: counter(custom-counter)'.';

  font-size: 30px;
  font-weight: bold;
  text-align: left;
  position: absolute;
  left: -40px;
  top: -11px;
}

.blog .quote-head, .blog .quote-body, .blog .quote-footer {
  background-repeat: no-repeat;
  background-position: center;
}

.blog .quote-head{
  background-image: url('https://hello-one.de/attachment/1gmltoz1r7yp8ucf680pqs4c3');
  min-height: 4vh;
  background-size: 100% 100%;
}

.blog .quote-body {
  background-image: url('https://hello-one.de/attachment/oxdrg8ydso2bpiqio4entf46');
  background-size: 100% 100%;
  margin-top: -1px;
  margin-bottom: -1px;
}

.blog .quote-body .textblock {
  font-size: 1.5rem;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 25px;
  padding-right: 25px;
}

.blog .quote-footer {
  background-image: url('https://hello-one.de/attachment/16h0x0sp0xstw0tz36rhkdksn');
  min-height: 7vh;
  background-size: 100% 100%;
}

@media(min-width: 576px) {
  .blog .quote-head{
    min-height: 65px;
    background-size: contain;
  }

  .blog .quote-body .textblock {
    padding-left: 28px;
    padding-right: 28px;
  }

  .blog .quote-footer {
    min-height: 102px;
    background-size: contain;
  }
}

@media(min-width: 768px) {
  .blog .quote-head{
    min-height: 89px;
  }

  .blog .quote-body .textblock {
    padding-left: 38px;
    padding-right: 38px;
  }

  .blog .quote-footer {
    min-height: 140px;
  }
}

@media(min-width: 992px) {
  .blog .quote-head{
    min-height: 121px;
  }

  .blog .quote-body .textblock {
    padding-left: 52px;
    padding-right: 52px;
  }

  .blog .quote-footer {
    min-height: 190px;
  }
}

@media(min-width: 1200px) {
  .blog .quote-head{
    min-height: 147px;
  }

  .blog .quote-body .textblock {
    padding-left: 64px;
    padding-right: 64px;
  }

  .blog .quote-footer {
    min-height: 232px;
  }
}

@media(min-width: 1400px) {
  .blog .quote-head{
    min-height: 175px;
  }

  .blog .quote-body .textblock {
    padding-left: 78px;
    padding-right: 78px;
  }

  .blog .quote-footer {
    min-height: 274px;
  }
}

.blog.call-to-action a.btn {
  background-color: #05446b;
  border-color: #05446b;
  color: #fff;
  width: 100%;
  font-size: 1.56rem;
  padding: 0.75rem 0.75rem;
  border-radius: 60px;
}


.supr-features-top-spacing-big {
  padding-top: 160px;
}

.supr-features-top-spacing-small {
  padding-top: 60px;
}
/*# sourceMappingURL=custom-style.css.map */

/* ---------------------------------------------------- */
/* ------------------- F010MyAgenda ------------------- */
/* ---------------------------------------------------- */
.timeline-bullet {
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 3px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    background: #FFF;
}

.timeline-content {
    position: relative;
    margin-left: 35px;
    min-height: 50px;
    margin-bottom: 10px;
}

.timeline-content > a {
    display: table;
}

.timeline-content::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-bullet, .highlighted-plan {
    border-color: #1e6eb4;
}

.timeline-content .date {
    padding: 0;
    opacity: .7;
    font-weight: 600;
    color: #717171;
}

.timeline-block::after {
    content: "";
    display: table;
    clear: both;
}

.timeline-block {
    position: relative;
    margin: 1em 0;
}

.timeline {
    position: relative;
    padding: 0;
    margin-top: 2em;
    margin-bottom: 0;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 6px;
    height: 100%;
    width: 3px;
}

.timeline::before {
    background: #1e6eb4;
}

.nav-center ul.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: center;
}

.nav-center {
    text-align: center;
}

.nav-center ul.nav li {
    display: inline-flex;
}
.nav-pills > li {
    
}
.nav-pills > li > a {
    background-color: #fff;
    color: #606060;
    border: 1px solid #606060;
    padding: 5px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: .25rem;
}

.nav-pills > li > a.active {
    background-color: #1e6eb4;
    color: #fff;
    border-color: #1e6eb4;
}

@media(min-width: 768px) {
    .timeline-content {
        margin-left: 60px;
    }
}

@media(min-width: 1170px) {
    .timeline::before {
        left: 50%;
        margin-left: -2px;
    }

    .timeline-block {
        margin: 2em 0;
    }

    .timeline-bullet {
        width: 15px;
        height: 15px;
        left: 50%;
        margin-left: -8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .timeline-content {
        margin-left: 0;
        width: 47.3%;
    }

    .timeline-content::before {
        top: 24px;
        left: 100%;
        border-color: transparent;
        border-left-color: transparent;
        border-left-color: white;
    }

    .timeline .timeline-block:nth-child(2n+1) .timeline-content h3, .timeline .timeline-block:nth-child(2n+1) .timeline-content p {
        text-align: right;
    }

    .timeline .timeline-block:nth-child(2n+1) .timeline-content > a {
        float: right;
    }

    .timeline-content .date {
        position: absolute;
        width: 100%;
        left: 112%;
        top: 0;
        font-size: 14px;
    }

    .timeline-bullet {
        width: 15px;
        height: 15px;
        left: 50%;
        margin-left: -8px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .timeline-block:nth-child(2n) .timeline-content::before {
        top: 24px;
        left: auto;
        right: 100%;
        border-color: transparent;
        border-right-color: transparent;
        border-right-color: white;
    }

    .timeline-block:nth-child(2n) .timeline-content {
        float: right;
    }

    .timeline-block:nth-child(2n) .timeline-content .date {
        left: auto;
        right: 112%;
        text-align: right;
    }
}

.modal-header, .modal-footer {
    border-width: 1px;
}

.btn-grey {
  color: #fff;
  background-color: #b3b2b4;
  border-color: #b3b2b4;
}

.btn-grey:hover {
  color: #fff;
  background-color: #777678;
  border-color: #777678;
}

.btn-disabled {
  pointer-events: none;
}

/* ---------------------------------------------------- */
/* ---------------- F110UpcomingEvents ---------------- */
/* ---------------------------------------------------- */
.event-spacer {
    padding-top: 2px;
    padding-bottom: 2px;
}

.event-bg-grey {
    background-color: #f6f5f7;
}

.event-bg-blue {
    background-color: #96a8b4;
}

.event-details-btn {
    color: #717171;
    border: 1px solid #717171;
    background-color: #fff;
    width: 100%;
    margin-bottom: 10px;
}

.event-details-btn:hover {
    color: #fff;
    background-color: #717171;
}

.event-buttons {
    display: block;
    margin: auto 0;
}

.express-booking-button .ho-field-group {
    padding: 0;
}

.event-details-btn, .express-booking-button .ho-submit, .upcoming-events-modal .close-btn {
  font-size: 1.4rem !important;
}

@media (min-width: 576px) {
  .event-details-btn, .express-booking-button .ho-submit, .upcoming-events-modal .close-btn {
    font-size: 1rem !important;
  }
}

.ho-form.express-booking.event-express-booking {
    width: auto;
    margin-left: 0;
    margin-right: auto;
}

.express-booking-button .ho-form {
  padding: 0;
  max-width: 100% !important;
}

.express-booking-button .ho-field-group {
  display: none;
}

.express-booking-button .ho-submit {
  width: 100%;
  border-radius: 30px;
  padding-left: 1.8777rem;
  padding-right: 1.8777rem;
}

.express-booking-button .ho-submit:hover {
  background-color: #0C4E94;
  border-color: #0C4E94;
}

@media(min-width: 992px) {
    .upcoming-events-modal .modal-dialog {
        max-width: 700px;
    }
}

@media(min-width: 1200px) {
    .upcoming-events-modal .modal-dialog {
        max-width: 1000px;
    }
}

.upcoming-events-modal .modal-header {
    position: relative;
    display: block;
}

.upcoming-events-modal .modal-header .modal-title {
    width: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.upcoming-events-modal .modal-header .modal-headline {
    margin-bottom: 0.5rem;
}

.upcoming-events-modal .modal-header .modal-subline {
    margin-bottom: 0.5rem;
    font-weight: 400;
}

.upcoming-events-modal .modal-header .modal-datetime {
    width: 100%;
    text-align: center;
}

.upcoming-events-modal .modal-header .modal-datetime-date {

}

.upcoming-events-modal .modal-header .modal-datetime-time {

}

.upcoming-events-modal .modal-header button.close {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.upcoming-events-modal .modal-content {
    min-height: 350px;
}

.upcoming-events-modal .modal-footer {
    border: none;
}

.modal-content .modal-attachment {
    width: 80%;
    margin-bottom: 1rem;
}

.modal-content .modal-attachment.round-image {
    border-radius: 50%;
}

@media(min-width: 992px) {
    .upcoming-events-modal .modal-header {
        display: flex;
    }

    .upcoming-events-modal .modal-header .modal-title {
        text-align: left;
        flex: 0 0 70%;
        padding-left: 0;
        padding-right: 0;
    }

    .upcoming-events-modal .modal-header .modal-datetime {
        text-align: right;
        flex: 0 0 30%;
        padding-left: 10px;
        padding-right: 25px;
        padding-bottom: 0.5rem;
        align-self: end;
    }

    .upcoming-events-modal .modal-content {
        min-height: 650px;
    }
}

/* ---------------------------------------------------- */
/* --------------- F210UpcomingMeetings --------------- */
/* ---------------------------------------------------- */
.meeting-express-booking button {
    width: 120px;
    margin-top: 0 !important;
}

.meetings-container {
  min-height: 560px;
}

.meeting-preview-box {
    padding-top: 15px;
    padding-bottom: 15px;
}

.meeting-preview-box > div {
    border: 1px solid #a4a4a4;
    border-radius: 3%;
    height: 260px;
}

@media(min-width: 576px) {
    .meeting-preview-box-headlines {
        min-height: 102px;
    }

    .meeting-preview-box > div {
        height: 300px;
    }
}

@media(min-width: 768px) {
    .meeting-preview-box-headlines {
        min-height: 76px;
    }

    .meeting-preview-box > div {
        height: 280px;
    }
}

@media(min-width: 992px) {
    .meeting-preview-box-headlines {
        min-height: 90px;
    }

    .meeting-preview-box > div {
        height: 320px;
    }
}

@media(min-width: 1200px) {
    .meeting-preview-box-headlines {
        min-height: 76px;
    }

    .meeting-preview-box > div {
        height: 280px;
    }
}

.meeting-details-box {
    padding: 0 10px;
    width: 100%;
}

.meeting-details-box > div {
    border: 1px solid #a4a4a4;
    border-radius: 3%;
    height: auto;
    width: auto;
}

img.meeting {
    border: 1px solid #a4a4a4;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.meeting-description {
    overflow: scroll;
    height: 180px;
}

@media(min-width: 576px) {
  .meeting-description {
      font-size: 1.2rem;
  }

  .meeting-slots .ho-current-slot-day-text {
    font-size: 1.3rem;
  }
}

.meeting-slots {
    overflow: scroll;
    height: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.meeting-row {
    width: 100%;
    height: auto;
}


@media(min-width: 992px) {
    .meeting-details-box {
        padding: 0;
        width: auto;
    }

    .meeting-details-box > div {
        height: 530px;
        width: 49.2%;
        position: absolute;
        margin: 15px 15px 0px 10px;
    }

    .meeting-row {
        width: 50%;
    }

    .special-meeting-row.special-margin {
        margin-left: 50%;
    }
}

.meeting-details-box.show {
    display: block !important;
}

.meeting-details-box.hidden {
    display: none !important;
}


.meeting-preview-box.active > div {
    color: #fff;
    background-color: #1e6eb4;
}

.meeting-preview-box.active .btn {
    color: #3c3c3c;
    background-color: #fff;
    border-color: #3c3c3c;
}

.meeting-preview-box.active .btn:hover {
    color: #fff;
    background-color: #3c3c3c;
    border-color: #3c3c3c;
}

.meeting-already-booked {
    font-size: 0;
}

.meeting-already-booked br {
    display: none;
}

.meeting-already-booked button {
    float: left;
    margin-top: 0 !important;
}

.meeting-section-container {
    min-height: 45vh;
}

.ho-form.meeting-express-booking {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-bottom: 5px;
    max-width: unset;
    padding: 0;
}

.ho-form.meeting-express-booking.meeting-slot-day {
    width: 100% !important;
}

.click-meeting-embed {
    min-height: 88vh;
}

/* ---------------------------------------------------- */
/* ------------------ F310LivePlayer ------------------ */
/* ---------------- F311LivePlayerChat ---------------- */
/* --------------- F312LivePlayerAgenda --------------- */
/* ------------- F313LivePlayerChatAgenda ------------- */
/* ---------------------------------------------------- */
li.js-event-list-item {
    cursor: pointer;
}

li.js-event-list-item {
    display: none;
}

li.js-event-list-item.booked {
    display: block !important;
}

li.js-event-list-item.booked.odd {
    background: #F5F5F5;
}

li.js-event-list-item.booked.even {
    background: #E6E6E6;
}

li.js-event-list-item.currently-running {
    color: #fff;
    background-color: #000 !important;
}

li.js-event-list-item:hover {
    background-color: #085080 !important;
    color: #fff;
}

div#chat-element.guest-chat #chat-body, div#chat-element.mod-chat #chat-body {
    height: 250px;
}

@media(min-width: 768px) {
    ul#event-list {
        max-height: 64.5vh;
        overflow: auto;
    }

    div#chat-element.guest-chat #chat-body {
        height: 300px;
    }

    div#chat-element.mod-chat #chat-body {
        height: 800px;
    }
}

div#chat-element .card {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    background-color: #fff;
}

div#chat-element .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

div#chat-element .col-12, div#chat-element .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

.chat-input {
    display: inline-block;
    -webkit-appearance: none;
    background: #fcfcfc;
    padding: 0.46428571em;
    border: 1px solid #bbb;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    width: 70%;
    flex: 0 0 70%;
}

div#chat-element .chat.chat-container .row{
    margin-left: 0;
    margin-right: 0;
}

/* ---------------------------------------------------- */
/* ------------------ Express Booking  ---------------- */
/* ---------------------------------------------------- */

.express-booking-button .ho-form {
  padding: 0;
  width: 100% !important;
  margin: 0;
}

.express-booking-button .ho-submit, .event-express-booking button {
  margin: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 30px;
  width: 100%;
}

.express-booking-button .ho-success {
  font-size: 14px;
}

.ho-form.meeting-express-booking {
    float: left;
    width: auto;
    margin-right: 10px;
    margin-bottom: 5px;
    max-width: unset;
}

.ho-form.express-booking {
    padding: 0 !important;
    background-color: inherit !important;
}

.meeting-slot-day {
  width: 100% !important;
}

.meeting-section-container {
  min-height: 720px;
}

/* Brands Reference Section */
.brands-references {
  text-align: center;
}

.brands-references .headline {
  font-size: 3.2vw;
  line-height: 1;
  font-weight: 600 !important;
  letter-spacing: -0.2vw;
  color: white;
}

@media (max-width: 991px) {
  .brands-references .headline {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .brands-references .headline {
    font-size: 36.25;
  }
}

@media (max-width: 479px) {
  .brands-references .headline {
    font-size: 32.5px;
  }
}

.brands-references .cell-holder {
  display: inline-block !important;
}

.brands-references .cell-holder .cell {
  display: table;
  background: #fff;
  padding: 15px;
  margin: 15px;
  height: 90px;
  width: 120px;
}

@media(min-width: 480px) {
  .brands-references .cell-holder .cell {
    height: 100px;
    width: 200px;
  }
}

.brands-references .cell-holder .cell .vertical {
  display: table-cell;
  vertical-align: middle;
}

.brands-references .cell-holder .cell .vertical div {
  text-align: center;
}

.brands-references .cell-holder .cell .vertical div img {
  max-width: 90px;
  max-height: 60px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  vertical-align: middle;
  border: 0;
}

@media(min-width: 480px) {
  .brands-references .cell-holder .cell .vertical div img {
    max-width: 170px;
    max-height: 100px 0px;
  }
}

/* ----------------------------------------------------------- */
/* ------------------ rapidmail_with_content  ---------------- */
/* ----------------------------------------------------------- */

.rapidmail-content-section .rapidmail-embed::before {
  padding-top: 480px;
}

.rapidmail-content-section .rapidmail-embed iframe {
    width: 350px;
    height: 480px;
    overflow: hidden;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
}

@media(min-width: 992px) {
  .rapidmail-content-section .rapidmail-embed iframe {
    left: auto;
    right: 0;
    transform: unset;
  }
}